home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- puppetSprite(12, 1)
- set the castNum of sprite 12 to 132
- updateStage()
- sound playFile 1, "click"
- repeat while soundBusy(1)
- nothing()
- end repeat
- set the castNum of sprite 12 to 131
- updateStage()
- puppetSprite(12, 0)
- go("hcmax")
- end
-